(You should click this button, you dont need to see the code).


In [2]:
%pylab inline
import sys
sys.path.append('../')
from mpl_toolkits.axes_grid1 import Grid
from Experiments.utils.plot_fidelity_curves import *


Welcome to pylab, a matplotlib-based Python environment [backend: module://IPython.zmq.pylab.backend_inline].
For more information, type 'help(pylab)'.

Fidelity curves.

Most realistic range

  • Decoherence 2.5ns
  • Background 15%
  • FSS $1 \mu eV$
  • Rotation error $\frac{\pi}{35}$ ~ 5 deg
  • Secondary emission 0.18 (auto corr of around 0.2-0.3)

(this one has longer integration time)


In [18]:
plot_by_folder('../out/2013-08-08/cstig/')


  • Decoherence 2.5ns
  • Background 15%
  • FSS $0.5 \mu eV$
  • Rotation error $\frac{\pi}{35}$ ~ 5 deg
  • Secondary emission 0.18 (auto corr of around 0.2-0.3)

(this one has longer integration time)


In [19]:
plot_by_folder('../out/2013-08-08/8poti/')


  • Decoherence 2.5ns
  • Background 15%
  • FSS $0 \mu eV$
  • Rotation error $\frac{\pi}{35}$ ~ 5 deg
  • Secondary emission 0.18 (auto corr of around 0.2-0.3)

(this one has longer integration time)


In [22]:
plot_by_folder('../out/2013-08-08/wprhz/')


  • Decoherence 2.5ns
  • Background 5%
  • FSS $0 \mu eV$
  • Rotation error $\frac{\pi}{35}$ ~ 5 deg
  • Secondary emission 0.18 (auto corr of around 0.2-0.3)

(this one has longer integration time)


In [23]:
plot_by_folder('../out/2013-08-08/ix2pj')


With no fine structure splitting.

  • No decoherence
  • No background
  • No FSS

In [7]:
plot_by_folder('../out/2013-08-08/okzyg/')


  • Decoherence 2.5ns
  • No background
  • No FSS
  • No rotation error
  • No secondary emission

In [8]:
plot_by_folder('../out/2013-08-08/46bmr/')


  • Decoherence 2.5ns
  • Background 5%
  • No FSS
  • No rotation error
  • No secondary emission

In [9]:
plot_by_folder('../out/2013-08-08/sfxo5/')


  • Decoherence 2.5ns
  • Background 15%
  • No FSS
  • No rotation error
  • No secondary emission

In [10]:
plot_by_folder('../out/2013-08-08/llugs')


  • Decoherence 2.5ns
  • Background 15%
  • No FSS
  • No rotation error
  • Secondary emission 0.18 (auto corr of around 0.2-0.3)

In [11]:
plot_by_folder('../out/2013-08-08/vcxlh/')


  • Decoherence 2.5ns
  • Background 15%
  • No FSS
  • Rotation error $\frac{\pi}{26}$
  • Secondary emission 0.18 (auto corr of around 0.2-0.3)

In [12]:
plot_by_folder('../out/2013-08-08/ga08g/')



In [ ]: